tests/grayscale_to_rgb: increase printed debug precision
authorØyvind Kolås <pippin@gimp.org>
Mon, 25 Sep 2017 19:41:36 +0000 (21:41 +0200)
committerØyvind Kolås <pippin@gimp.org>
Mon, 25 Sep 2017 19:41:36 +0000 (21:41 +0200)
tests/grayscale_to_rgb.c

index b239e2395d409f66d2a5172e307133da969dbab8..b59da38a3ad7bad4ce8d2ccd6e68ccc7024dec33 100644 (file)
@@ -61,7 +61,7 @@ test (void)
     {
       if (fabs (rgb_buf[i] - rgb_buf_ref[i]) > 0.0000001)
         {
-          babl_log ("index %i is problematic : %f instead of %f",
+          babl_log ("index %i is problematic : %.12f instead of %.12f",
                     i, rgb_buf[i], rgb_buf_ref[i]);
           OK = 0;
         }